Add a TODO - Federico
authorFederico Mena Quintero <federico@src.gnome.org>
Tue, 1 Nov 2005 18:24:28 +0000 (18:24 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Tue, 1 Nov 2005 18:24:28 +0000 (18:24 +0000)
tests/autotestfilechooser.c

index aa76d2ae40005efeca6ddcdfcd0115d024f2e80f..d10feec0dea98d3de5539b954c0891aff27d5753 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
+/* TODO:
+ *
+ * - Use g_log_set_default_handler() instead of the mess of specific handlers we
+ *   have in main().
+ *
+ * - In test_reload_sequence(), test that the selection is preserved properly
+ *   between unmap/map.
+ *
+ * - More tests!
+ */
+
 #define GTK_FILE_SYSTEM_ENABLE_UNSUPPORTED
 
 #include <config.h>
@@ -592,6 +603,8 @@ main (int argc, char **argv)
   gboolean zero_critical_errors;
   int i;
 
+  /* FIXME: use g_log_set_default_handler() instead of this mess */
+
   for (i = 0; i < G_N_ELEMENTS (domains); i++)
     g_log_set_handler (domains[i],
                       G_LOG_FLAG_RECURSION | G_LOG_FLAG_FATAL | G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING,